home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / vax.defs < prev    next >
Text File  |  1990-11-10  |  982b  |  41 lines

  1. LBINDIR=/usr/local/bin
  2. # directory where standard kcl resides.
  3.  
  4. MAINDIR = /u3/schelter/tmp/kcl
  5.  
  6. #defs for the makefiles
  7.  
  8. # vax
  9. OFLAG    =  
  10. LIBS    = -lm -lg 
  11. ODIR_DEBUG= -g
  12.  
  13. CHTAB    = char_table.s
  14. CC = cc -DVOL=  -I$(AKCLDIR)/o 
  15. # If you don't have gcc use CC = cc -DVOL=
  16.  
  17.  
  18. #
  19. # I have been told (by  romine@expres.nsf.gov)
  20. # that the following CC works on a vax running 3.1 and 4.0
  21. # it worked also to build maxima  and run the test suite
  22. # Ultrix V3.1 (Rev. 9), on either a VaxStation 2000 or 3200. akcl 505.
  23. # [except for one difference in cpoly]
  24. #CC = gcc -DVOL=volatile  -I$(AKCLDIR)/o
  25. # Do not use gnu's ld.  It did not work.  So probably use
  26. #LDCC=cc
  27.  
  28. CFLAGS    = -c $(DEFS)  -I../h
  29.  
  30. # The fast loading currently works for ATT and BSD with 68000 or 386
  31. # architectures.  Unless you have these, leave these undefined.
  32. # RSYM    = rsym
  33. # SFASL    = $(ODIR)/sfasl.o
  34.  
  35. # This function will be run before dumping.
  36. # When using SFASL it is good to have (si::build-symbol-table)
  37. INITFORM=
  38.  
  39. SYMB=-s
  40.  
  41.